home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 February / MAC_easy_02_08.iso / Software / Mail Plug-ins / MailUnread_widget.dmg / MailUnreadWidget.wdgt / MailUnreadWidget.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-06-02  |  3.2 KB  |  237 lines

  1. /* 
  2.     -- MailUnreadWidget.js
  3.     -- MailUnreadWidget
  4.     
  5.     -- Created by ?? ? on 05/05/25
  6.     -- Copyright (c) 2005 QueueSoft. All rights reserved.
  7. */
  8.  
  9. body {
  10.     margin: 0;
  11. }
  12.  
  13. #front-panel {
  14.     position:absolute;
  15.     top:0;
  16.     left:0;
  17.     width:600px;
  18.     height:80px;
  19. }
  20.  
  21. #mailTitle {
  22.     position:absolute;
  23.     top:15px;
  24.     left:30px;
  25.     font:12px "Helvetica Neue";
  26.     font-weight: bold;
  27.     color:black;
  28. }
  29.  
  30. #mailStatus {
  31.     position:absolute;
  32.     top:15px;
  33.     left:85px;
  34.     font:12px "Helvetica Neue";
  35.     font-weight: bold;
  36.     color:white;
  37. }
  38.  
  39. #accountTitle {
  40.     position:absolute;
  41.     top:15px;
  42.     left:140px;
  43.     font:12px "Helvetica Neue";
  44.     font-weight: bold;
  45.     color:black;
  46. }
  47.  
  48. #accountName {
  49.     position:absolute;
  50.     top:15px;
  51.     left:205px;
  52.     font:12px "Helvetica Neue";
  53.     font-weight: bold;
  54.     color:white;
  55. }
  56.  
  57. #mailBoxTitle {
  58.     position:absolute;
  59.     top:15px;
  60.     left:300px;
  61.     font:12px "Helvetica Neue";
  62.     font-weight: bold;
  63.     color:black;
  64. }
  65.  
  66. #mailBoxName {
  67.     position:absolute;
  68.     top:15px;
  69.     left:354px;
  70.     font:12px "Helvetica Neue";
  71.     font-weight: bold;
  72.     color:white;
  73. }
  74.  
  75. #unreadTitle {
  76.     position:absolute;
  77.     top:30px;
  78.     left:30px;
  79.     font:12px "Helvetica Neue";
  80.     font-weight: bold;
  81.     color:black;
  82. }
  83.  
  84. #subjectTitle {
  85.     position:absolute;
  86.     top:30px;
  87.     left:80px;
  88.     font:12px "Helvetica Neue";
  89.     font-weight: bold;
  90.     color:black;
  91. }
  92.  
  93. #subjectBox {
  94.     position:absolute;
  95.     top:45px;
  96.     left:80px;
  97.     z-index: 1;
  98.     overflow: hidden;
  99.     width: 485px;
  100.     height: 16px;
  101. }
  102.  
  103. #subject1 {
  104.     position:absolute;
  105.     top:0px;
  106.     left:0px;
  107.     font:12px "Helvetica Neue";
  108.     font-weight: bold;
  109.     color:white;
  110.     z-index: 2;
  111. }
  112.  
  113. .unread_icon {
  114.     position:absolute;
  115.     top:38px;
  116.     left:50px;
  117.     width:16px;
  118.     height:16px;
  119.     background-image: url("Images/unread.png");
  120.     background-repeat: no-repeat;
  121. }
  122.  
  123. #unread_icon1 {
  124.     top:45px;
  125. }
  126.  
  127. #back-panel {
  128.     position:absolute;
  129.     top: 0px;
  130.     left: 0px;
  131.     display:none;
  132. }
  133.  
  134. .flip {
  135.     position: absolute;
  136.     top: 50px;
  137.     right: 20px;
  138.     width: 13px;
  139.     height:13px;
  140. }
  141.  
  142. #flip {
  143.     opacity:0;
  144.     background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
  145. }
  146.  
  147. #fliprollie {
  148.     display:none;
  149.     opacity:0.25;
  150.     background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;
  151. }
  152.  
  153. .label {
  154.     position: absolute;
  155.     font: 12px "Helvetica Neue";
  156.     font-weight: bold;
  157.     color:white;
  158. }
  159.  
  160. #account-label {
  161.     top:22px;
  162.     left: 25px;
  163. }
  164.  
  165. #mailbox-label {
  166.     top:22px;
  167.     left: 225px;
  168. }
  169.  
  170. #animate-label {
  171.     top:45px;
  172.     left: 25px;
  173. }
  174.  
  175. #version {
  176.     position:absolute;
  177.     top: 16px;
  178.     right: 36px;
  179. }
  180.  
  181. #done {
  182.     position:absolute;
  183.     top: 35px;
  184.     right: 25px;
  185. }
  186.  
  187. .popup {
  188.     position:absolute;
  189.     left: 85px;
  190.     width: 132px;
  191. }
  192.  
  193. #account-popup {
  194.     top:20px;
  195. }
  196.  
  197. #mailbox-popup {
  198.     top:20px;
  199.     left: 320px;
  200. }
  201.  
  202. #animate-check {
  203.     position:absolute;
  204.     top:45px;
  205.     left: 80px;
  206. }
  207.  
  208. #topEdge {
  209.     position:absolute;
  210.     top:0;
  211.     left:0;
  212.     width:600px;
  213.     height:28px;
  214.     background-image: url("Images/Top.png");
  215.     background-repeat: no-repeat;
  216. }
  217.  
  218. #bottomEdge {
  219.     position:absolute;
  220.     top:24;
  221.     bottom:0;
  222.     width:600px;
  223.     height:29px;
  224.     background-image: url("Images/Bottom.png");
  225.     background-repeat: no-repeat;
  226. }
  227.  
  228. #center {
  229.     position:absolute;
  230.     top:28px; /* set to topEdge.bottom, or (topEdge.top + topEdge.height) */
  231.     bottom:25px; /* set to bottomEdge.top, or (bottomEdge.bottom + bottomEdge.height) */
  232.     right:0;
  233.     left:0;
  234.     background-image:url("Images/Center.png");
  235.     background-repeat:repeat-y;
  236.     overflow:hidden;
  237. }